翻訳と辞書
Words near each other
・ Behibagh
・ Behice Boran
・ Behice Hanımefendi
・ Behice Sultan
・ Behilpur
・ Behind (disambiguation)
・ Behind (song)
・ Behind a Mask
・ Behavioral momentum
・ Behavioral neurology
・ Behavioral neuroscience
・ Behavioral Neuroscience (journal)
・ Behavioral observation audiometry
・ Behavioral operations research
・ Behavioral optometry
Behavioral pattern
・ Behavioral portfolio theory
・ Behavioral Problems
・ Behavioral psychotherapy
・ Behavioral Recognition Systems, Inc.
・ Behavioral retargeting
・ Behavioral Risk Factor Surveillance System
・ Behavioral risk management
・ Behavioral Science Consultation Team
・ Behavioral Science Unit
・ Behavioral script
・ Behavioral sink
・ Behavioral Strategy
・ Behavioral syndrome
・ Behavioral systems analysis


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Behavioral pattern : ウィキペディア英語版
Behavioral pattern
In software engineering, behavioral design patterns are design patterns that identify common communication patterns between objects and realize these patterns. By doing so, these patterns increase flexibility in carrying out this communication.
Examples of this type of design pattern include:
* Chain of responsibility pattern: Command objects are handled or passed on to other objects by logic-containing processing objects
* Command pattern: Command objects encapsulate an action and its parameters
* "Externalize the Stack": Turn a recursive function into an iterative one that uses a stack
* Interpreter pattern: Implement a specialized computer language to rapidly solve a specific set of problems
* Iterator pattern: Iterators are used to access the elements of an aggregate object sequentially without exposing its underlying representation
* Mediator pattern: Provides a unified interface to a set of interfaces in a subsystem
* Memento pattern: Provides the ability to restore an object to its previous state (rollback)
* Null Object pattern: Designed to act as a default value of an object
* Observer pattern: aka Publish/Subscribe or Event Listener. Objects register to observe an event that may be raised by another object
*
* Weak reference pattern: De-couple an observer from an observable
* Protocol stack: Communications are handled by multiple layers, which form an encapsulation hierarchy
* Scheduled-task pattern: A task is scheduled to be performed at a particular interval or clock time (used in real-time computing)
* Single-serving visitor pattern: Optimise the implementation of a visitor that is allocated, used only once, and then deleted
* Specification pattern: Recombinable business logic in a boolean fashion
* State pattern: A clean way for an object to partially change its type at runtime
* Strategy pattern: Algorithms can be selected on the fly
* Template method pattern: Describes the program skeleton of a program
* Visitor pattern: A way to separate an algorithm from an object
==See also==

* Concurrency pattern
* Creational pattern
* Structural pattern

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Behavioral pattern」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.